QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Creating File Objects

QuickDraw 3D provides a routine that you can use to create a file object.

Q3File_New

You can use the Q3File_New function to create a new file object.

TQ3FileObject Q3File_New (void);

DESCRIPTION

The Q3File_New function returns, as its function result, a new file object. If Q3File_New cannot create a new file object, it returns the value NULL .

ERRORS

kQ3ErrorOutOfMemory


© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |